home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / COM / Q-Z / Terminal 2.2.sit / Terminal 2.2 / Terminal Folder / Hangup +++.s < prev    next >
Encoding:
Text File  |  1990-12-31  |  206 b   |  15 lines  |  [TEXT/PEDT]

  1. /*
  2.     Terminal 2.0
  3.     Script to hangup using software command
  4.  
  5.     "Hangup +++.s"
  6. */
  7.  
  8. main()
  9. {
  10.     type("+++");    /* Go into command mode */
  11.     pause(120);        /* Wait 2 seconds */
  12.     type("ATH0\r");    /* Hang up */
  13.     beep();
  14. }
  15.